#header-inner {
	display: none;
	}
#left-menu {
	display: none;
	}
#main-content {
	float: left;
	width: 100%;
	overflow: visible;
	display: inline;
	}
	
.skip {
	display: none;
	}

#content-inner {
	width: 100%;
	overflow: visible;
	display: inline;
	}
#department-outer {
	display: none;
	}
#footer-orange-outer {
	display: none;
	}
#footer-grey-outer {
	display: none;
	}

.hide-print {
	display: none;
	}

.hide-screen {
	}
	
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
}

a {
  color : #0000ff;
  text-decoration: none;
}

#main-content a {
  color : #0000ff;
  text-decoration: none;
  }

.pagebreak { page-break-before: always; }
